body {
    background-image: url("../images/background_img.jpg");
    margin-bottom: 5%;
}

.header1 {
    border: solid 3px black;
    text-align: center;
    font-size: 200%;
    background-color: gray;
    color: white;
    width: 50%;
    margin-left: 2%;
}

.game-contents, .description {
    margin-left: 2%;
}

.description {
    width: 50%;
    border: solid 3px black;
    background-color: lightgray;
    margin-top: 2%;
    height: 300px;
}

.random-num {
    width: 10%;
    height: 50px;
    border: solid 3px black;
    background-color: lightgray;
    margin-top: 2%;
    float: left;
    text-align: center;
    line-height: 300%;
    font-weight: bold;
}

.win-loss {
    border: solid 3px black;
    margin-top: 2%;
    margin-left: 2%;
    width: 10%;
    height: 50px;
    background-color: lightgray;
    float: left;
    font-weight: bold;
}

.empty {
    clear: both;
}

.buttons {
    margin-top: 2%;
}

.ptotalscore {
    margin-top: 2%;
    border: 2px solid black;
    width: 15%;
    height: 30px;
    background-color: lightgray;
    font-weight: bold;
}

.total-score {
    margin-top: 2%;
    border: 2px solid black;
    width: 15%;
    background-color: lightgray;
    height: 40px;
    text-align: center;
    line-height: 225%;
    font-weight: bold;
}